home *** CD-ROM | disk | FTP | other *** search
/ Top 200 Programs / Top 200 Programs.iso / utils / treesize / _SETUP.1 / Tsizepro.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt
Text File  |  1998-05-31  |  3KB  |  137 lines

  1. object AboutBox: TAboutBox
  2.   Left = 358
  3.   Top = 179
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'Info'
  7.   ClientHeight = 209
  8.   ClientWidth = 318
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 6
  20.     Top = 7
  21.     Width = 305
  22.     Height = 153
  23.     BevelOuter = bvLowered
  24.     TabOrder = 0
  25.     object ProgramIcon: TImage
  26.       Left = 16
  27.       Top = 16
  28.       Width = 41
  29.       Height = 41
  30.       IsControl = True
  31.     end
  32.     object ProductName: TLabel
  33.       Left = 72
  34.       Top = 8
  35.       Width = 126
  36.       Height = 23
  37.       Caption = 'Produktname'
  38.       Font.Charset = DEFAULT_CHARSET
  39.       Font.Color = clBlack
  40.       Font.Height = -19
  41.       Font.Name = 'Arial'
  42.       Font.Style = [fsBold, fsItalic]
  43.       ParentFont = False
  44.       IsControl = True
  45.     end
  46.     object Version: TLabel
  47.       Left = 77
  48.       Top = 39
  49.       Width = 35
  50.       Height = 13
  51.       Caption = 'Version'
  52.       IsControl = True
  53.     end
  54.     object Copyright: TLabel
  55.       Left = 8
  56.       Top = 72
  57.       Width = 190
  58.       Height = 13
  59.       Caption = 'Copyright 1996-1998 by Joachim Marder'
  60.       IsControl = True
  61.     end
  62.     object Comments: TLabel
  63.       Left = 48
  64.       Top = 96
  65.       Width = 3
  66.       Height = 13
  67.       Cursor = crDrag
  68.       Font.Charset = DEFAULT_CHARSET
  69.       Font.Color = clBlue
  70.       Font.Height = -11
  71.       Font.Name = 'MS Sans Serif'
  72.       Font.Style = [fsUnderline]
  73.       ParentFont = False
  74.       WordWrap = True
  75.       IsControl = True
  76.     end
  77.     object Label2: TLabel
  78.       Left = 8
  79.       Top = 120
  80.       Width = 36
  81.       Height = 13
  82.       Caption = 'WWW:'
  83.     end
  84.     object Label3: TLabel
  85.       Left = 8
  86.       Top = 102
  87.       Width = 32
  88.       Height = 13
  89.       Caption = 'E-Mail:'
  90.       WordWrap = True
  91.       IsControl = True
  92.     end
  93.     object UrlLabel1: TUrlLabel
  94.       Left = 50
  95.       Top = 120
  96.       Width = 203
  97.       Height = 13
  98.       Cursor = 5
  99.       Caption = 'http://www.jam-software.com/treesize.html'
  100.       Font.Charset = DEFAULT_CHARSET
  101.       Font.Color = clBlue
  102.       Font.Height = -11
  103.       Font.Name = 'MS Sans Serif'
  104.       Font.Style = [fsUnderline]
  105.       ParentFont = False
  106.       ActiveColor = clRed
  107.     end
  108.     object Mail: TUrlLabel
  109.       Left = 50
  110.       Top = 102
  111.       Width = 110
  112.       Height = 13
  113.       Cursor = 5
  114.       Caption = 'info@jam-software.com'
  115.       Font.Charset = DEFAULT_CHARSET
  116.       Font.Color = clBlue
  117.       Font.Height = -11
  118.       Font.Name = 'MS Sans Serif'
  119.       Font.Style = [fsUnderline]
  120.       ParentFont = False
  121.       URL = 'mailto:info@jam-software.com'
  122.       ActiveColor = clRed
  123.     end
  124.   end
  125.   object OKButton: TButton
  126.     Left = 118
  127.     Top = 178
  128.     Width = 65
  129.     Height = 26
  130.     Caption = 'OK'
  131.     Default = True
  132.     ModalResult = 1
  133.     TabOrder = 1
  134.     IsControl = True
  135.   end
  136. end
  137.